Part Number Hot Search : 
LC66408A 200BZXC SR5410 ML2281CC SR360 E120C LM7005 LAN5515N
Product Description
Full Text Search
 

To Download FM25L04-STR Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  this product conforms to specifications per the terms of the ramtron ramtron international corporation standard warranty. the product has completed ramtron?s internal 1850 ramtron drive, colorado springs, co 80921 qualification testing and has reached production status. (800) 545-fram, (719) 481-7000 www.ramtron.com rev. 3.3 may 2009 page 1 of 13 fm25l04 4kb fram serial 3v memory features 4k bit ferroelectric nonvolatile ram ? organized as 512 x 8 bits ? unlimited read/write cycles ? 45 year data retention ? nodelay? writes ? advanced high-reliability ferroelectric process very fast serial peripheral interface - spi ? up to 14 mhz frequency ? direct hardware replacement for eeprom ? spi mode 0 & 3 (cpol, cpha=0,0 & 1,1) write protection scheme ? hardware protection ? software protection low power consumption ? low voltage operation 2.7-3.6v ? 1 a standby current industry standard configuration ? industrial temperature -40 c to +85 c ? 8-pin ?green?/rohs soic and tdfn packages ? tdfn footprint conforms to tssop-8 description the fm25l04 is a 4-kilobit nonvolatile memory employing an advanced ferroelectric process. a ferroelectric random access memory or fram is nonvolatile and performs reads and writes like a ram. it provides reliable data retention for 45 years while eliminating the complexities, overhead, and system level reliability problems caused by eeprom and other nonvolatile memories. unlike serial eeproms, the fm25l04 performs write operations at bus speed. no write delays are incurred. data is written to the memory array immediately after each byte has been transferred to the device. the next bus cycle may commence without the need for data polling. in addition, the product offers virtually unlimited write endurance. also, fram exhibits much lower power consumption than eeprom. these capabilities make the fm25l04 ideal for nonvolatile memory applications requiring frequent or rapid writes or low power operation. examples range from data collection, where the number of write cycles may be critical, to demanding industrial controls where the long write time of eeprom can cause data loss. the fm25l04 provides substantial benefits to users of serial eeprom as a hardware drop-in replacement. the fm25l04 uses the high-speed spi bus, which enhances the high-speed write capability of fram technology. device specifications are guaranteed over an industrial temperature range of -40c to +85c. pin configuration pin name function /cs chip select /wp write protect /hold hold sck serial clock si serial data input so serial data output vdd supply voltage vss ground ordering information fm25l04-g ?green?/rohs 8-pin soic fm25l04-gtr ?green?/rohs 8-pin soic, tape & reel fm25l04-dg ?green?/rohs 8-pin tdfn fm25l04-dgtr ?green?/rohs 8-pin tdfn, tape & reel fm25l04-s * 8-pin soic FM25L04-STR * 8-pin soic, tape & reel * end of life. last time buy june 2009. /cs so /wp vss vdd /hold sck si top view 1 2 3 4 8 7 6 5 cs so wp vss vdd hold sck si 1 2 3 4 8 7 6 5
fm25l04 rev. 3.3 may 2009 page 2 of 13 instruction decode clock generator control logic write protect instruction register address register counter ` 128 x 32 fram array 9 data i/o register 8 nonvolatile status register 3 wp cs hold sck so si figure 1. block diagram pin descriptions pin name i/o description /cs input chip select: this active low input activates the device. when high, the device enters low-power standby mode, ignores other inputs, and all outputs are tri-stated. when low, the device internally activates the sck signal. a falling edge on /cs must occur prior to every op-code. sck input serial clock: all i/o activity is synchronized to the serial clock. inputs are latched on the rising edge and outputs occur on the falling edge. since the device is static, the clock frequency may be any value between 0 and 14 mhz and may be interrupted at any time. /hold input hold: the /hold pin is used when the host cpu must interrupt a memory operation for another task. when /hold is low, the current operation is suspended. the device ignores any transition on sck or /cs. all transitions on /hold must occur while sck is low. /wp input write protect: this active low pin prevents write operations to the memory array or the status register. a complete explanation of write protection is provided below. si input serial input: all data is input to the device on this pin. the pin is sampled on the rising edge of sck and is ignored at other times. it should always be driven to a valid logic level to meet idd specifications. * si may be connected to so for a single pin data interface. so output serial output: this is the data output pin. it is driven during a read and remains tri- stated at all other times including when /hold is low. data transitions are driven on the falling edge of the serial clock. * so may be connected to si for a single pin data interface. vdd supply power supply (2.7v to 3.6v) vss supply ground
fm25l04 rev. 3.3 may 2009 page 3 of 13 overview the fm25l04 is a serial fram memory. the memory array is logically organized as 512 x 8 and is accessed using an industry standard serial peripheral interface or spi bus. functional operation of the fram is similar to serial eeproms. the major difference between the fm25l04 and a serial eeprom with the same pinout is the fram?s superior write performance and power consumption. memory architecture when accessing the fm25l04, the user addresses 512 locations of 8 data bits each. these data bits are shifted serially. the addresses are accessed using the spi protocol, which includes a chip select (to permit multiple devices on the bus), an op-code, and an address. the upper address bit is included in the op- code. the complete address of 9-bits specifies each byte address uniquely. most functions of the fm25l04 either are controlled by the spi interface or are handled automatically by on-board circuitry. the access time for memory operation is essentially zero, beyond the time needed for the serial protocol. that is, the memory is read or written at the speed of the spi bus. unlike an eeprom, it is not necessary to poll the device for a ready condition since writes occur at bus speed. so, by the time a new bus transaction can be shifted into the device, a write operation will be complete. this is explained in more detail in the interface section. users expect several obvious system benefits from the fm25l04 due to its fast write cycle and high endurance as compared with eeprom. in addition there are less obvious benefits as well. for example in a high noise environment, the fast-write operation is less susceptible to corruption than an eeprom since it is completed quickly. by contrast, an eeprom requiring milliseconds to write is vulnerable to noise during much of the cycle. note that the fm25l04 contains no power management circuits other than a simple internal power-on reset. it is the user?s responsibility to ensure that v dd is within datasheet tolerances to prevent incorrect operation. it is recommended that the part is not powered down with chip enable active. serial peripheral interface ? spi bus the fm25l04 employs a serial peripheral interface (spi) bus. it is specified to operate at speeds up to 14 mhz. this high-speed serial bus provides high performance serial communication to a host microcontroller. many common microcontrollers have hardware spi ports allowing a direct interface. it is quite simple to emulate the port using ordinary port pins for microcontrollers that do not. the fm25l04 operates in spi mode 0 and 3. the spi interface uses a total of four pins: clock, data-in, data-out, and chip select. a typical system configuration uses one or more fm25l04 devices with a microcontroller that has a dedicated spi port, as figure 2 illustrates. note that the clock, data-in, and data-out pins are common among all devices. the chip select and hold pins must be driven separately for each fm25l04 device. for a microcontroller that has no dedicated spi bus, a general purpose port may be used. to reduce hardware resources on the controller, it is possible to connect the two data pins (si, so) together and tie off (high) the /hold pin. figure 3 shows a configuration that uses only three pins. protocol overview the spi interface is a synchronous serial interface using clock and data pins. it is intended to support multiple devices on the bus. each device is activated using a chip select. once chip select is activated by the bus master, the fm25l04 will begin monitoring the clock and data lines. the relationship between the falling edge of /cs, the clock and data is dictated by the spi mode. the device will make a determination of the spi mode on the falling edge of each chip select. while there are four such modes, the fm25l04 supports modes 0 and 3. figure 4 shows the required signal relationships for modes 0 and 3. for both modes, data is clocked into the fm25l04 on the rising edge of sck and data is expected on the first rising edge after /cs goes active. if the clock begins from a high state, it will fall prior to beginning data transfer in order to create the first rising edge. the spi protocol is controlled by op-codes. these op-codes specify the commands to the device. after /cs is activated the first byte transferred from the bus master is the op-code. following the op-code, any addresses and data are then transferred. note that the wren and wrdi op-codes are commands with no subsequent data transfer. important: the /cs must go inactive (high) after an operation is complete and before a new op-code can be issued. there is one valid op-code only per active chip select.
fm25l04 rev. 3.3 may 2009 page 4 of 13 spi microcontroller fm25l04 so si sck cs hold fm25l04 so si sck cs hold sck mosi miso ss1 ss2 hold1 hold2 mosi : master out slave in miso : master in slave out ss : slave select figure 2. system configuration with spi port microcontroller fm25l04 so si sck cs hold p1.0 p1.1 p1.2 figure 3. system configuration without spi port spi mode 0: cpol=0, cpha=0 0 1 2 3 4 5 6 7 spi mode 3: cpol=1, cpha=1 0 1 2 3 4 5 6 7 figure 4. spi modes 0 & 3
fm25l04 rev. 3.3 may 2009 page 5 of 13 data transfer all data transfers to and from the fm25l04 occur in 8-bit groups. they are synchronized to the clock signal (sck), and they transfer most significant bit (msb) first. serial inputs are registered on the rising edge of sck. outputs are driven from the falling edge of sck. command structure there are six commands called op-codes that can be issued by the bus master to the fm25l04. they are listed in the table below. these op-codes control the functions performed by the memory. they can be divided into three categories. first, there are commands that have no subsequent operations. they perform a single function such as to enable a write operation. second are commands followed by one byte, either in or out. they operate on the status register. the third group includes commands for memory transactions followed by address and one or more bytes of data. table 1. op-code commands name description op-code wren set write enable latch 0000 0110b wrdi write disable 0000 0100b rdsr read status register 0000 0101b wrsr write status register 0000 0001b read read memory data 0000 a011b write write memory data 0000 a010b wren - set write enable latch the fm25l04 will power up with writes disabled. the wren command must be issued prior to any write operation. sending the wren op-code will allow the user to issue subsequent op-codes for write operations. these include writing the status register and writing the memory. sending the wren op-code causes the internal write enable latch to be set. a flag bit in the status register, called wel, indicates the state of the latch. wel=1 indicates that writes are permitted. attempting to write the wel bit in the status register has no effect. completing any write operation will automatically clear the write-enable latch and prevent further writes without another wren command. figure 5 below illustrates the wren command bus configuration. wrdi - write disable the wrdi command disables all write activity by clearing the write enable latch. the user can verify that writes are disabled by reading the wel bit in the status register and verifying that wel=0. figure 6 illustrates the wrdi command bus configuration. hi-z 0 1 2 3 4 5 6 7 0 0 0 0 0 1 1 0 cs sck si so figure 5. wren bus configuration cs sck si so hi-z 0 1 2 3 4 5 6 7 0 0 0 0 0 1 0 0 figure 6. wrdi bus configuration
fm25l04 rev. 3.3 may 2009 page 6 of 13 rdsr - read status register the rdsr command allows the bus master to verify the contents of the status register. reading status provides information about the current state of the write protection features. following the rdsr op- code, the fm25l04 will return one byte with the contents of the status register. the status register is described in detail in a later section. wrsr ? write status register the wrsr command allows the user to select certain write protection features by writing a byte to the status register. prior to issuing a wrsr command, the /wp pin must be high or inactive. prior to sending the wrsr command, the user must send a wren command to enable writes. note that executing a wrsr command is a write operation and therefore clears the write enable latch. figure 7. rdsr bus configuration figure 8. wrsr bus configuration status register & write protection the write protection features of the fm25l04 are multi-tiered. taking the /wp pin to a logic low state is the hardware write protect function. all write operations are blocked when /wp is low. to write the memory with /wp high, a wren op-code must first be issued. assuming that writes are enabled using wren and by /wp, writes to memory are controlled by the status register. as described above, writes to the status register are performed using the wrsr command and subject to the /wp pin. the status register is organized as follows. table 2. status register bit 7 6 5 4 3 2 1 0 name 0 0 0 0 bp1 bp0 wel 0 bits 0 and 7-4 are fixed at 0 and cannot be modified. note that bit 0 (?ready? in eeproms) is unnecessary as the fram writes in real-time and is never busy. the bp1 and bp0 control write protection features. they are nonvolatile (shaded yellow). the wel flag indicates the state of the write enable latch. attempting to directly write the wel bit in the status register has no effect on its state. this bit is internally set and cleared via the wren and wrdi commands, respectively. bp1 and bp0 are memory block write protection bits. they specify portions of memory that are write-protected as shown in the following table. table 3. block memory write protection bp1 bp0 protected address range 0 0 none 0 1 180h to 1ffh (upper ?) 1 0 100h to 1ffh (upper ?) 1 1 000h to 1ffh (all) the bp1 and bp0 bits allow software to selectively write-protect the array. these settings are only used when the /wp pin is inactive and the wren command has been issued. the following table summarizes the write protection conditions.
fm25l04 rev. 3.3 may 2009 page 7 of 13 table 4. write protection wel /wp protected blocks unprotected blocks status register 0 x protected protected protected 1 0 protected protected protected 1 1 protected unprotected unprotected memory operation the spi interface, which is capable of a relatively high clock frequency, highlights the fast write capability of the fram technology. unlike spi-bus eeproms, the fm25l04 can perform sequential writes at bus speed. no page register is needed and any number of sequential writes may be performed. write operation all writes to the memory array begin with a wren op-code. the next op-code is the write instruction. this op-code must include the address msb. it is followed by a single byte address value. in total, the 9-bits specify the address of the first byte of the write operation. subsequent bytes are data and they are written sequentially. addresses are incremented internally as long as the bus master continues to issue clocks. if the last address of 1ffh is reached, the counter will roll over to 000h. data is written msb first. a write operation is shown in figure 9. unlike eeproms, any number of bytes can be written sequentially and each byte is written to memory immediately after it is clocked in (after the 8 th clock). the rising edge of /cs terminates a write op-code operation. asserting /wp active in the middle of a write operation will have no effect until the byte being written has completed. read operation after the falling edge of /cs, the bus master can issue a read op-code. this op-code must include the address msb. it is followed by a single byte address value. in total, the 9-bits specify the address of the first byte of the read operation. after the op-code and address are complete, the si line is ignored. the bus master issues 8 clocks, with one bit read out for each. addresses are incremented internally as long as the bus master continues to issue clocks. if the last address of 1ffh is reached, the counter will roll over to 000h. data is read msb first. the rising edge of /cs terminates a read op-code operation. a read operation is shown in figure 10. hold the /hold pin can be used to interrupt a serial operation without aborting it. if the bus master pulls the /hold pin low while sck is low, the current operation will pause. taking the /hold pin high while sck is low will resume an operation. the transitions of /hold must occur while sck is low, but the sck and /cs pins can toggle during a hold state. figure 9. memory write figure 10. memory read
fm25l04 rev. 3.3 may 2009 page 8 of 13 electrical specifications absolute maximum ratings symbol description ratings v dd power supply voltage with respect to v ss -1.0v to +5.0v v in voltage on any pin with respect to v ss -1.0v to +5.0v and v in < v dd +1.0v t stg storage temperature -55 c to + 125 c t lead lead temperature (soldering, 10 seconds) 300 c v esd electrostatic discharge voltage - human body model (jedec std jesd22-a114-b) - charged device model (jedec std jesd22-c101-a) - machine model (jedec std jesd22-a115-a) 4kv 1kv 400v package moisture sensitivity level msl-1 stresses above those listed under absolute maximum ratings may cause permanent damage to the device. this is a stress rating only, and the functional operation of the device at these or any other conditions above those listed in the operational section of this specification is not implied. exposure to absolute maximum ratings conditions for extended periods may affect device reliabilit y. dc operating conditions (t a = -40 c to + 85 c, v dd = 2.7v to 3.6v unless otherwise specified) symbol parameter min typ max units notes v dd power supply voltage 2.7 3.3 3.6 v i dd vdd supply current @ sck = 1.0 mhz @ sck = 14.0 mhz - - 0.17 3.0 ma ma 1 i sb standby current - 1 1 1 notes 1. sck toggling between v dd -0.3v and v ss , other inputs v ss or v dd -0.3v. 2. sck = si = /cs=v dd . all inputs v ss or v dd . 3. v ss v in v dd and v ss v out v dd . 4. this parameter is characterized but not 100% tested.
fm25l04 rev. 3.3 may 2009 page 9 of 13 ac parameters (t a = -40 c to + 85 c, c l = 30pf, unless otherwise specified) v dd 2.7 to 3.0v v dd 3.0 to 3.6v symbol parameter min max min max units notes f ck sck clock frequency 0 10 0 14 mhz t ch clock high time 40 30 ns 1, 2 t cl clock low time 40 30 ns 1 t csu chip select setup 10 10 ns t csh chip select hold 10 10 ns t od output disable time 30 25 ns 3 t odv output data valid time 35 30 ns 2 t oh output hold time 0 0 ns t d deselect time 100 80 ns t r data in rise time 50 50 ns 4 t f data in fall time 50 50 ns 4 t su data setup time 5 5 ns t h data hold time 5 5 ns t hs /hold setup time 10 10 ns t hh /hold hold time 10 10 ns t hz /hold low to hi-z 30 25 ns 3 t lz /hold high to data active 30 25 ns 3 notes 1. t ch + t cl = 1/f ck . 2. for clock high time t ch 35 ns, the parameter t odv is extended such that t ch + t odv 65 ns. 3. this parameter is characterized but not 100% tested. 4. rise and fall times measured between 10% and 90% of waveform. power cycle timing (t a = -40 c to + 85 c, v dd = 2.7v to 3.6v) symbol parameter min max units notes t pd last access (/cs high) to power down (v dd min) 0 - s t vr v dd rise time 50 - s/v 1,2 t vf v dd fall time 100 - s/v 1,2 capacitance (t a = 25 c, f=1.0 mhz, v dd = 3.3v) symbol parameter min max units notes c o output capacitance (so) - 8 pf 1 c i input capacitance - 6 pf 1 notes 1. this parameter is characterized but not 100% tested. 2. slope measured at any point on v dd waveform. ac test conditions input pulse levels 10% and 90% of v dd input rise and fall times 5 ns input and output timing levels 0.5 v dd output load capacitance 30 pf
fm25l04 rev. 3.3 may 2009 page 10 of 13 serial data bus timing cs sck si so 1/tck tcl tch tcsh todv toh tod tcsu tsu th td tr tf /hold timing cs sck so hold ths thh thz tlz ths thh power cycle timing data retention (v dd = 2.7v to 3.6v, + 85 c) parameter min max units notes data retention 45 - years
fm25l04 rev. 3.3 may 2009 page 11 of 13 mechanical drawing 8-pin soic (jedec standard ms-012 variation aa) pin 1 3.90 0.10 6.00 0.20 4.90 0.10 0.10 0.25 1.35 1.75 0.33 0.51 1.27 0.10 mm 0.25 0.50 45 0.40 1.27 0.19 0.25 0 - 8 recommended pcb footprint 7.70 0.65 1.27 2.00 3.70 refer to jedec ms-012 for complete dimensions and notes. all dimensions in millimeters . soic package marking scheme legend: xxxx= part number, p= package type lllllll= lot code ric=ramtron int?l corp, yy=year, ww=work week example: fm25l04, ?green? soic package, year 2005, work week 16 fm25l04-g a40003g1 ric0516 xxxxxxx-p lllllll ricyyww
fm25l04 rev. 3.3 may 2009 page 12 of 13 8-pin tdfn (3.0 mm x 6.4 mm body, 0.65mm pitch) pin 1 6.40 0.1 3.00 0.1 0.75 0.05 0.25 0.05 0.65 0.20 ref. pin 1 id 0.0 - 0.05 exposed metal pad. do not connect to anything, except vss. 6.70 0.30 0.65 recommended pcb footprint 0.40 0.1 0.60 3.10 1.10 3.00 0.10 1.00 0.10 1.95 ref note: all dimensions in millimeters . this package is footprint compatible with the 8-pin tssop, however care must be taken to ensure pcb traces and vias are not placed within the exposed metal pad area. tdfn package marking scheme for body size 3mm x 6.4mm legend: ric=ramtron int?l corp, g=?green?/rohs tdfn package xxxx=base part number llll= lot code yy=year, ww=work week example: ?green? tdfn package, fm25l04, lot 0003, year 2007, work week 12 ricg 5l04 0003 0712 ricg xxxx llll yyww
fm25l04 rev. 3.3 may 2009 page 13 of 13 revision history revision date summary 2.0 5/20/05 pre-production status. 2.1 6/14/05 removed t pu (powerup to first access) spec. 3.0 6/1/06 changed to production status. added esd and package msl ratings. removed i dd 100khz and 5mhz entries. 3.1 12/11/06 added tdfn packaging option. 3.2 9/25/07 changed t odv timing parameter spec. added comment about exposed metal pad to tdfn mechanical drawing page. 3.3 5/26/2009 added tape and reel ordering information. added last time buy notice on ?s ordering numbers. added exposed pad dimensions on tdfn drawing.


▲Up To Search▲   

 
Price & Availability of FM25L04-STR

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X